# Project:	Director:Utils


# tool macros

submake		= submake
text2basic	= <Prefix$Dir>.t2b.$@; BASIC
wipe		= X wipe
wipeflags	= ~CFRV


# Files to make

files 		= \
		ResFind


# Final targets

all:		$(files) setup
		$(submake) *.Makefile

setup:
		$(null)

clean:
		$(submake) *.Makefile -- clean

maintainerclean:
		$(wipe) <Prefix$Dir>.ResFind  $(wipeflags)
		$(submake) *.Makefile -- maintainerclean

nosource:
		$(wipe) <Prefix$Dir>.CVS      $(wipeflags)
		$(wipe) <Prefix$Dir>.bas      $(wipeflags)
		$(wipe) <Prefix$Dir>.t2b      $(wipeflags)
		$(submake) *.Makefile -- nosource
		$(wipe) <Prefix$Dir>.Makefile $(wipeflags)


# Individual targets

ResFind:	@.bas.ResFind
		$(text2basic)
